home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / bcode / bcmag31.exe / {app} / bcMagic.exe / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  2001-12-23  |  6KB  |  189 lines

  1. object FAbout: TFAbout
  2.   Left = 405
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Register Me Please!'
  7.   ClientHeight = 249
  8.   ClientWidth = 404
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 404
  24.     Height = 249
  25.     Align = alClient
  26.     Color = clWhite
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     object Image1: TImage
  35.       Left = 56
  36.       Top = 8
  37.       Width = 32
  38.       Height = 32
  39.       AutoSize = True
  40.       Picture.Data = {<image000.ico>}
  41.     end
  42.     object Image2: TImage
  43.       Left = 96
  44.       Top = 14
  45.       Width = 178
  46.       Height = 25
  47.       AutoSize = True
  48.       Picture.Data = {<image001.bmp>}
  49.     end
  50.     object Label1: TLabel
  51.       Left = 152
  52.       Top = 40
  53.       Width = 38
  54.       Height = 14
  55.       Caption = 'Version'
  56.     end
  57.     object Label2: TLabel
  58.       Left = 24
  59.       Top = 89
  60.       Width = 368
  61.       Height = 14
  62.       Caption = 
  63.         'Barcode Magic - Developed by Ichiku Software for DigitalCandle, ' +
  64.         'Inc'
  65.       Font.Charset = ANSI_CHARSET
  66.       Font.Color = clNavy
  67.       Font.Height = -11
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.     object Bevel1: TBevel
  73.       Left = 1
  74.       Top = 105
  75.       Width = 392
  76.       Height = 8
  77.       Shape = bsTopLine
  78.     end
  79.     object LinkLabel1: TLinkLabel
  80.       Left = 112
  81.       Top = 55
  82.       Width = 153
  83.       Height = 13
  84.       Cursor = crHandPoint
  85.       Hint = 'http://www.barcodemagic.com/index.html'
  86.       Caption = 'http://www.barcodemagic.com/'
  87.       ParentFont = False
  88.       Link = 'http://www.barcodemagic.com/index.html'
  89.       VisitedFont.Charset = DEFAULT_CHARSET
  90.       VisitedFont.Color = clRed
  91.       VisitedFont.Height = -11
  92.       VisitedFont.Name = 'MS Sans Serif'
  93.       VisitedFont.Style = [fsUnderline]
  94.       UnVisitedFont.Charset = DEFAULT_CHARSET
  95.       UnVisitedFont.Color = clBlue
  96.       UnVisitedFont.Height = -11
  97.       UnVisitedFont.Name = 'MS Sans Serif'
  98.       UnVisitedFont.Style = [fsUnderline]
  99.       Visited = False
  100.     end
  101.     object LinkLabel2: TLinkLabel
  102.       Left = 112
  103.       Top = 71
  104.       Width = 149
  105.       Height = 13
  106.       Cursor = crHandPoint
  107.       Hint = 'mailto:johnd@digitalcandle.com'
  108.       Caption = 'mailto:johnd@digitalcandle.com'
  109.       ParentFont = False
  110.       Link = 'mailto:johnd@digitalcandle.com'
  111.       VisitedFont.Charset = DEFAULT_CHARSET
  112.       VisitedFont.Color = clRed
  113.       VisitedFont.Height = -11
  114.       VisitedFont.Name = 'MS Sans Serif'
  115.       VisitedFont.Style = [fsUnderline]
  116.       UnVisitedFont.Charset = DEFAULT_CHARSET
  117.       UnVisitedFont.Color = clBlue
  118.       UnVisitedFont.Height = -11
  119.       UnVisitedFont.Name = 'MS Sans Serif'
  120.       UnVisitedFont.Style = [fsUnderline]
  121.       Visited = False
  122.     end
  123.     object Memo1: TMemo
  124.       Left = 8
  125.       Top = 112
  126.       Width = 385
  127.       Height = 126
  128.       BorderStyle = bsNone
  129.       Font.Charset = ANSI_CHARSET
  130.       Font.Color = clRed
  131.       Font.Height = -11
  132.       Font.Name = 'Arial'
  133.       Font.Style = [fsBold]
  134.       Lines.Strings = (
  135.         
  136.           'A fast, and easy way to integrate barcodes into just about anyth' +
  137.           'ing'
  138.         
  139.           'you do. Copy and paste into a seperate application, save as a gr' +
  140.           'aphic'
  141.         
  142.           'image, or print it. No need to be an industry expert, Barcode Ma' +
  143.           'gic '
  144.         'was designed with simplicity in mind. '
  145.         'Recommended Hardware/Software:'
  146.         '  A Computer,'
  147.         '  A Printer, (Laser or Ink Jet)'
  148.         '  A barcode reader (entirely optional, of course),'
  149.         '  Windows 9X/ME/NT4/2000')
  150.       ParentFont = False
  151.       ReadOnly = True
  152.       TabOrder = 1
  153.     end
  154.     object OkayBtn: TBitBtn
  155.       Left = 312
  156.       Top = 208
  157.       Width = 81
  158.       Height = 31
  159.       Caption = '&Okay!'
  160.       Font.Charset = DEFAULT_CHARSET
  161.       Font.Color = clBlack
  162.       Font.Height = -11
  163.       Font.Name = 'MS Sans Serif'
  164.       Font.Style = [fsBold]
  165.       ModalResult = 1
  166.       ParentFont = False
  167.       TabOrder = 0
  168.       Glyph.Data = {
  169.         DE010000424DDE01000000000000760000002800000024000000120000000100
  170.         0400000000006801000000000000000000001000000010000000000000000000
  171.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  172.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  173.         3333333333333333333333330000333333333333333333333333F33333333333
  174.         00003333344333333333333333377F3333333333000033334224333333333333
  175.         337337F3333333330000333422224333333333333733337F3333333300003342
  176.         222224333333333373333337F3333333000034222A22224333333337F337F333
  177.         7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  178.         33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  179.         0000333333333A222433333333333337F337F33300003333333333A222433333
  180.         333333337F337F33000033333333333A222433333333333337F337F300003333
  181.         33333333A222433333333333337F337F00003333333333333A22433333333333
  182.         3337F37F000033333333333333A223333333333333337F730000333333333333
  183.         333A333333333333333337330000333333333333333333333333333333333333
  184.         0000}
  185.       NumGlyphs = 2
  186.     end
  187.   end
  188. end
  189.